home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / bnchutil.arc / LOCK.DOC < prev    next >
Text File  |  1991-04-30  |  608b  |  19 lines

  1.  
  2. LOCK                                      Terje Mathison
  3.  
  4. Purpose:  Toggles shift states off and on from the command line.
  5.  
  6. Format:   [d:][path]LOCK N+|- C+|- S+|-
  7.  
  8.           Where N represents NumLock, C represents CapsLock, and S represents
  9.           ScrollLock.  A + toggles each shift state on, while a - toggles it
  10.           off.
  11.  
  12.  
  13. Remarks:  Many people would like their system to boot with NumLock OFF (the
  14.           default is ON with 101 key enhanced keyboards).  To boot with NumLock
  15.           off, simply use the following command in your AUTOEXEC.BAT file:
  16.  
  17.           LOCK N-
  18.  
  19.